/*Raja*/

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400italic);
@import url(https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto&display=swap);

body {
    font-family: 'Montserrat','Roboto', "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

/* johnsond3 */

.wrapper-body {
    padding-bottom: 100px !important;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar {
    /*background: url("pagebannerleftside.jpg");
    background-color: white;
    background-position: left;
    background-repeat: no-repeat;
    height: 110px;*/

    background: url('pagebannerleftside.jpg') no-repeat left center;
    background-color: white;
    background-size: contain; /* or cover */
    background-repeat: no-repeat;
    background-position: left center;
    height: auto;
    min-height: 110px;
    width: 100%;
}

.card {
    text-align: center;
    padding-bottom: 21px;
    background-color: white;
    border-radius: .75rem!important;
    width: 21%;
    margin-right: 25px;
}

.card-title {
    background-color: #2A6F8E;
    border-top-right-radius: .75rem!important;
    border-top-left-radius: .75rem!important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.btn-home-page {
    width: 300px !important;
    color: white;
    background-color: #264653;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 25px;
    font-size: 15px;
    line-height: 1.42857;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*border-radius: 16px;*/
    border-radius: 6px;
}

.btn-home-page:hover {
    box-shadow: inset 0 0 0 20rem var(--darken-1);
    background-color: #2A6F8E !important;
}

.btn-home-page:active {
    box-shadow: inset 0 0 0 20rem var(--darken-2), inset 0 3px 4px 0 var(--darken-3), 0 0 1px var(--darken-2);
}

.btn-home-page:disabled,
.btn-primary.is-disabled {
    opacity: .5;
}

.btn-primary {
    width: 150px !important;
    background-color: #2A6F8E !important;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*border-radius: 16px;*/
    border-radius: 6px;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 20rem var(--darken-1) !important;
    /*background-color: grey !important;*/
    background-color: #145A9E !important;
    color: black !important;
}

.btn-primary:active {
    box-shadow: inset 0 0 0 20rem var(--darken-2), inset 0 3px 4px 0 var(--darken-3), 0 0 1px var(--darken-2);
}

.btn-cancel,
.btn-light {
    width: 150px !important;
    background-color: white;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-color: #264653;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*border-radius: 16px;*/
    border-radius: 6px;
}

h1 {
    line-height: 67.5px;
    height: 67.5px;
    vertical-align: top;
    margin-top: 0px;
}

div.col-md-12 {
    background-color: #f9f7ff !important;
}

.page-header {
    color: #2A6F8E;
    background-color: #a7c957 !important;
    margin: 2px 0 5px;
    width: 100%;
    height: 75px;
    line-height: 100px;
    text-align: center;
    border: 3px solid;
    border-color: #2A6F8E;
    display: inline-block;
    font-family: 'Noto Serif', "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-default {
    background-color: white;
    /*border-radius: 16px;*/
    border-radius: 6px;
    border: 1px solid transparent;
    border-color: #2A6F8E;
}

.cancel {
    width: 150px !important;
    background-color: white;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-color: #264653;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*border-radius: 16px;*/
    border-radius: 6px;
}

.remove-value {
    width: 150px !important;
    background-color: white;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-color: #264653;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*border-radius: 16px;*/
    border-radius: 6px;
}

.entitylist-search {
    height: 36px;
}

.launchentitylookup .input-group-btn {
    border: 1px solid transparent;
    border-color: blue;
    padding-bottom: 3px;
}

.entity-associate .view-grid,
.entity-lookup .view-grid {
    font-size: 10px
}

table,
th,
td {
    height: 60px;
    padding: 2px !important;
}

.crmEntityFormView .cell {
    padding: 0 28px 3px;
}

.crmEntityFormView .actions {
    border-top: 1px solid #e5e5e5;
    margin: 5px 0;
    padding: 5px 0 0 0
}

.modal-header {
    color: blue;
    background-color: #8cc63f !important;
    margin: 22px 0 11px;
    width: 100%;
    height: 50px;
    line-height: 100px;
    text-align: center;
    border: 3px solid;
    border-color: blue;
    display: inline-block;
}

h4 .modal-title {
    line-height: 75px;
    height: 75px;
    vertical-align: top;
    margin-top: 0px;
}

.modal-content body {
    background-color: #f9f7ff !important;
}

img.pageheader-left {
    display: inline-block;
    width: 50% !important;
}

img.pageheader-right {
    display: inline-block;
    width: 50% !important;
}

.section-landing {
    height: 370px;
}

ul#menu li {
    display: inline;
    padding-right: 25px;
    color: #286090;
}

.container .row {
    align-content: center;
}

#loader {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#loader::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 100px;
    height: 100px;
    border-style: solid;
    border-color: #3498db;
    border-top-color: transparent;
    border-width: 7px;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.field-label {
    font-size: 12px;
}

.signatureCanvas {
    border: 1px solid #027C8C;
    width: 100%;
    max-height: 75px;
}

.imgMaxWidth {
    max-width: 50px;
    height: auto;
}

.imgMaxHeight {
    max-height: 50px;
    width: auto;
}

textarea::-webkit-input-placeholder {
    color: #d3d3d3 !important;
}

input::placeholder {
    color: #d3d3d3 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #EBECF0;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #EBECF0;
}

disabled {
    color: red !important;
}

select {
    -webkit-appearance: menulist-button;
    color: black;
}

select:disabled {
    color: red;
}

#micses_micsesconfigurableitemlist option {
    color: black;
}

.empty {
    color: #d3d3d3 !important;
}


/* #micses_usersimpacted option { color: black; }
.empty { color: #d3d3d3  !important;
} */

select {
    color: grey;
}

option {
    color: black;
}

option[default] {
    display: none;
}

.field-not-in-error {
    background-color: white;
    color: black;
}

.field-in-error {
    background-color: #ebccd1 !important;
    color: black;
}

.navbar-collapse.collapse.in {
    background-color: green;
}


/* johnsond3 */


/*Raja*/

.btn:hover,
.btn:focus,
.btn.focus {
    color: white!important;
    text-decoration: none!important;
}

.navbar-toggle {
    background-color: #2A6F8E!important;
}

.btn-default:hover {
    color: white !important;
    background-color: black !important;
    border-color: #1040d1 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Lato, "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    background-color: #2A6F8E !important;
    color: black !important;
}

#navbar .dropdown-menu {
    background-color: #E6F0FF !important;
    margin-top: 8px; }

#footer-copyright {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 14px;
    }
.divdivider-vertical {  
    vertical-align: middle;
    height: 21px;
    margin: 0 4px;
    margin-top: 14.5px;
    border-right: 1px solid #fff;
    border-left: 1px solid #666;
    float: left;
    }
      

    /*aria-expanded="false"*/
    /*<button class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false">*/
    /*Fix navbar collapse */
    .navbar-collapse {
        display: block !important;
        max-height: none !important;
        overflow: visible !important;
    }
    
    @media (max-width: 1199px) {
        .navbar-collapse {
            display: block !important;
            max-height: none !important;
            overflow: visible !important;
        }
    }
    
    footer .footer-bottom {
        background-color: #fff!important;
    }